home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1992…tember: A ROM With a View
/
devSep92
/
devSep92.dmg
/
Development Platforms
/
LISP Related
/
Generalized LISP
/
Glisp 1.2
/
Object files
/
Constants.lisp
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-08-20
|
316 b
|
15 lines
|
[
TEXT/CCL
]
(export (quote (!eof !eofchar !failure !novalue !lparen !rparen)) :glisp)
(defconstant !eof (quote #:end-of-file))
(defconstant !eofchar (quote #\Null))
(defconstant !failure (quote #:failure))
(defconstant !novalue (quote #:no-value))
(defconstant !lparen (quote \())
(defconstant !rparen (quote \)))